This is what the old adwaita did, not having a better solution for
removing double borders, better to have this back even if it can
be problematic in certain cases.
&.left { border-left-width: 0; }
&:backdrop { border-color: $backdrop_borders_color; }
}
+
&.header {
// FIXME: double borders in some case, can't fix it w/o a class tho
- // FIXME: doesn't work on dark var
background-color: mix($bg_color, $borders_color, 70%);
// this is the shading of the header behind the tabs
box-shadow: none;
}
}
+
+ .frame > &.frame { border: none; } // axes borders when the notebook is inside a frame
+
tab {
border-width: 0;
border-style: solid;
.notebook.header:backdrop {
background-color: #2f3434;
box-shadow: none; }
+ .frame > .notebook.frame {
+ border: none; }
.notebook tab {
border-width: 0;
border-style: solid;
.notebook.header:backdrop {
background-color: #d4d4d4;
box-shadow: none; }
+ .frame > .notebook.frame {
+ border: none; }
.notebook tab {
border-width: 0;
border-style: solid;